home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 June / Amiga Games Extra 1996 #6.iso / userbox / publicdomain / sizeshell / install next >
Text File  |  1996-03-24  |  474b  |  34 lines

  1. echo "*n"
  2. echo "*e[2m       SizeShell 1.0*e[0m*n"
  3. echo "Installing SizeShell....*n"
  4. echo "WARNING: I will replace sys:system shell.info*n"
  5. echo noline "Do you want to go on? (y/n)"
  6.  
  7. set > nil: InpVar ?
  8.  
  9. if $InpVar eq "ja"
  10.   skip Start
  11. endif
  12.  
  13. if $InpVar eq "j"
  14.   skip Start
  15. endif
  16.  
  17. if $InpVar eq "y"
  18.   skip Start
  19. endif
  20.  
  21. if $InpVar eq "yes"
  22.   skip Start
  23. endif
  24.  
  25. echo "...aborted"
  26. quit
  27.  
  28. lab Start
  29.  
  30. Copy >nil: shell#? sys:system/
  31. Copy sizeshell c:
  32.  
  33. echo "Installation succesfull"
  34.